C#
VB
Java
C++
Removes an entry from the cache.
public override T Remove<T>(string key,string regionName)
Public Overrides Function Remove(Of T)(ByVal key As String,ByVal regionName As String) As T
public:generic<typename T>virtual T Remove(String^ key,String^ regionName) override
@Overridepublic <T> T remove(String key, Class<?> classOfT, String regionName)
key
Unique identifier of the cache item.
regionName
Optional name of a region in cache.
The value of the item removed from the cache if found, otherwise; null.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
